import { Tabs, TabItem } from '@aws-amplify/ui-react'; export const DefaultTabUncontrolled = () => ( Content of the first tab The content of the second tab is initially shown because we passed in index 1 to defaultIndex (notice that the tabs are zero-indexed). );